BUTTON 1: open and close menu 1
BUTTON 2: open and close menu 2
#menu1. Opened via HTML onclick attribute on button 1.
#menu2. Opened onload with the 'load' eventlistener added to the body. Can also be opened/closed with the 'click' event listener added to button 2